home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / asbubble / asbubble.txt < prev    next >
Encoding:
Text File  |  1998-01-05  |  1.9 KB  |  99 lines

  1. COMPONENT: asBubble
  2. RELEASE DATE: 01/05/1998
  3.  
  4.  
  5. BRIEF USAGE DESCRIPTION:
  6. ------------------------
  7. The BubbleForm control allow the user to create thought-bubble shaped
  8. forms often seen using the Office Assistant.  Use it for custom message
  9. boxes, help, or simple to display information.  It's use is very simple
  10. and it uses almost no resources, making it fast...
  11.  
  12.  
  13. NON-STANDARD PROPERTIES:
  14. ------------------------
  15. <-ArrowHeight->
  16. The height, in pixels, of the arrow.
  17.  
  18. <-ArrowOffset->
  19. The distance, in pixels, of the arrow from it's
  20. associated edge.
  21.  
  22. <-ArrowWidth->
  23. The width, in pixels, of the arrow.
  24.  
  25. <-BackPicture->
  26. The image to be tiled within the bubble area.
  27.  
  28. <-BorderColor->
  29. The color of the border around the bubble.
  30.  
  31. <-Radius->
  32. The radius, in pixels, of the corners of the bubble.
  33.  
  34. <-Style->
  35. Specifies which of the eight possible locations the arrow
  36. will be displayed at.  There are two locations per edge.
  37.  
  38.  
  39. NON-STANDARD METHODS:
  40. ---------------------
  41. <-CreateRegion->
  42. Tells the asBubbleForm control to clip out the bubble-shaped
  43. region of the form.
  44.  
  45.  
  46. NON-STANDARD EVENTS:
  47. --------------------
  48. NONE
  49.  
  50.  
  51. STANDARD PROPERTIES:
  52. --------------------
  53. BackColor
  54. Container
  55. DragIcon
  56. DragMode
  57. Height
  58. HelpContextID
  59. Index
  60. Left
  61. Name
  62. Object
  63. Parent
  64. TabIndex
  65. TabStop
  66. Tag
  67. ToolTipText
  68. Top
  69. Visible
  70. WhatsThisHelpID
  71. Width
  72.  
  73.  
  74. STANDARD METHODS:
  75. -----------------
  76. Drag
  77. Move
  78. SetFocus
  79. ShowWhatsThis
  80. ZOrder
  81.  
  82.  
  83. STANDARD EVENTS:
  84. ----------------
  85. DragDrop
  86. DragOver
  87. GotFocus
  88. LostFocus
  89.  
  90.  
  91. TECHNICAL USAGE NOTES:
  92. ----------------------
  93. Make sure the form has it's BorderStyle set to None.
  94. Also, the best place to invoke the CreateRegion method is
  95. in the Form_Load or Form_Activate event.  Thus the form will display as
  96. a bubble.  The control is a container, so place all
  97. controls you want on the form in the asBubbleForm control
  98. during design time.
  99.